From c8cb4e5a9fb4452278e97d6fa453ec61018fa273 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 2 Feb 2001 07:40:37 +0000 Subject: [PATCH] (Fenlarge_window, Fshrink_window): Doc fix. --- src/window.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/window.c b/src/window.c index 848cc6512ec..696da1767bd 100644 --- a/src/window.c +++ b/src/window.c @@ -3298,7 +3298,8 @@ SIZE includes that window's scroll bar, or the divider column to its right.") DEFUN ("enlarge-window", Fenlarge_window, Senlarge_window, 1, 2, "p", "Make current window ARG lines bigger.\n\ -From program, optional second arg non-nil means grow sideways ARG columns.") +From program, optional second arg non-nil means grow sideways ARG columns.\n\ +Interactively, if an argument is not given, make the window one line bigger.") (arg, side) register Lisp_Object arg, side; { @@ -3313,7 +3314,8 @@ From program, optional second arg non-nil means grow sideways ARG columns.") DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p", "Make current window ARG lines smaller.\n\ -From program, optional second arg non-nil means shrink sideways arg columns.") +From program, optional second arg non-nil means shrink sideways arg columns.\n\ +Interactively, if an argument is not given, make the window one line smaller.") (arg, side) register Lisp_Object arg, side; { -- 2.30.2